<col id="2" translatable="yes">Otto</col>
<col id="3" translatable="yes">chaotic</col>
</row>
+ <row>
+ <col id="0">True</col>
+ <col id="1">weather-clear-night-symbolic</col>
+ <col id="2" translatable="yes">Orville</col>
+ <col id="3" translatable="yes">Redenbacher</col>
+ </row>
</data>
</object>
<object class="GtkTextBuffer" id="textbuffer1">
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
<property name="title" translatable="yes">Name</property>
+ <property name="resizable">True</property>
+ <property name="sort-indicator">True</property>
+ <property name="sort-column-id">2</property>
<child>
- <object class="GtkCellRendererText" id="cellrenderertext3"/>
+ <object class="GtkCellRendererText" id="cellrenderertext3">
+ <property name="ellipsize">end</property>
+ </object>
<attributes>
<attribute name="text">2</attribute>
</attributes>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
<property name="title" translatable="yes">Nick</property>
+ <property name="resizable">True</property>
+ <property name="sort-indicator">True</property>
+ <property name="sort-column-id">3</property>
<child>
- <object class="GtkCellRendererText" id="cellrenderertext4"/>
+ <object class="GtkCellRendererText" id="cellrenderertext4">
+ <property name="ellipsize">end</property>
+ </object>
<attributes>
<attribute name="text">3</attribute>
</attributes>